home *** CD-ROM | disk | FTP | other *** search
- MySubclass = {
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- GradientView = {
- ACTIONS = {
- writeTopColor:;
- apply:;
- writeBottomColor:;
- getBottomColor:;
- inspector:;
- writeColors:;
- getTopColor:;
- readTopColor:;
- readBottomColor:;
- };
- OUTLETS = {
- bottomColorWell;
- topColorWell;
- inspectorPanel;
- };
- SUPERCLASS = View;
- };
-